home *** CD-ROM | disk | FTP | other *** search
/ Graphics Interactive / Graphics Interactive.iso / anidrv / mcidok < prev    next >
Text File  |  1992-10-27  |  3KB  |  94 lines

  1.     Autodesk MCI Animation Driver
  2.  
  3. capability: returns driver capabilities
  4.     can eject - returns false
  5.     can play - returns true
  6.     can record returns false
  7.     can reverse - returns false
  8.     can save - returns false
  9.     can stretch - returns false
  10.     compound device - returns true
  11.     device type - return "animation"
  12.     fast play rate - returns 25
  13.     normal play rate - returns 15
  14.     has audio - returns true
  15.     has video - returns true
  16.     slow play rate - returns 8
  17.     uses files - returns true
  18.     uses palettes - returns false
  19.     windows - returns 8
  20.  
  21. close:  Closes the animation
  22.  
  23. info:   returns animation information
  24.     file - returns animation name
  25.     product - returns "Autodesk Animator (TM) Animation"
  26.     window text - returns current animation caption
  27.  
  28. open:   opens an animation
  29.     alias xxxx - sets alias
  30.     nostatic - returns not supported error
  31.     parent hwnd - set parent window. If hwnd is 0, will create
  32.               a full screen animation
  33.     shareable - returns not supported error
  34.     style xxxx - sets animation window style
  35.     type xxxx - sets MCI type to animation
  36.  
  37. pause:  Pauses playing animation
  38.  
  39. play:   plays an animation
  40.     fast - plays animation at twice designed speed.
  41.     from xxx - starts animation at frame xxx.
  42.     to xxx - stops animation at frame xxx.
  43.     reverse - returns not supported error.
  44.     scan - returns not supported error.
  45.     slow - plays animation at half designed speed.
  46.     speed xxx - playes animation at requested speed.
  47.  
  48. put:    places the animation on the screen. Default centers animation
  49.     on screen.
  50.     destination at x y h w - positions animation on screen.
  51.     source at x y w h - sets visible portion of animation.
  52.                 souce at 0 0 0 0 will show entire
  53.                 animation.
  54.  
  55. realize:    returns not supported error.
  56.  
  57. set:    Sets driver items. Returns not supported except for:
  58.     time format frames - time format must be frames or milliseconds.
  59.  
  60. status: returns status of animation
  61.     current track - returns 1
  62.     forward - returns true
  63.     length - returns length of animation in frames. Not supported
  64.          for animation scripts.
  65.     media present - returns true
  66.     mode - returns "pause", "play" or "stop"
  67.     number of tracks - returns 1
  68.     palette handle - returns not supported error
  69.     position - returns current position. Not supported for
  70.            animation scripts.
  71.     ready - returns true
  72.     speed - returns animation speed.
  73.     time format - returns "frames" or "milliseconds"
  74.     window handle - return animation Window handle.
  75.  
  76. step:   Steps animation
  77.     reverse - returns not supported error
  78.     by xxxx - steps xxxx frames. Default is 1.
  79.  
  80. stop:   Stops animation.
  81.  
  82. update: returns not supported error.
  83.  
  84. where:  returns current animation positions
  85.     destination - returns animation position on screen.
  86.     source - returns visible animation area.
  87.  
  88. window: changes state of animation window.
  89.     handle xxxxx - returns not supported, unless xxxxx is
  90.                default.
  91.     state xxxx - changes window state.
  92.     text xxxx - changes window caption.
  93.  
  94.